home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmj / Source / NumberTile.cc < prev    next >
Text File  |  1991-03-17  |  154b  |  20 lines

  1.  
  2. /*
  3.  $Author$
  4.  $Header$
  5.  *
  6.  $Log$
  7.  */
  8.  
  9. #import    "NumberTile.h"
  10.  
  11.  
  12. void NumberTile::drawImage( NXPoint aPoint ) {
  13.  
  14.  
  15.     compositeImage( aPoint, NX_COPY );
  16. }
  17.  
  18.  
  19.  
  20.